UserDataProfiles

public interface UserDataProfiles

A data store for the user data.

Functions

Link copied to clipboard
public abstract String add(UserDataProfile profile)
Adds a new record to the profile data store.
Link copied to clipboard
public abstract List<UserDataProfile> all()
Returns all user data records.
Link copied to clipboard
public abstract void clear()
Clears all records in the store.
Link copied to clipboard
public abstract void remove(UserDataProfile addressProfile)
Removes the user data from the store.